PDF4Java Reference Documentation
com.o2sol.pdf4java Package / PDFFixedDocument Class / appendFile Method / appendFile(Stream) Method
Stream with the file to append.
In This Topic
    appendFile(Stream) Method
    In This Topic
    Appends a PDF file at the end of the document.
    Syntax
    public void appendFile( 
       Stream stream
    )

    Parameters

    stream
    Stream with the file to append.
    See Also